home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 March
/
macformat-022.iso
/
Shareware City
/
Developers
/
src
/
out-of-phase-102-c
/
OutOfPhase 1.02 Source
/
OutOfPhase Folder
/
CRC32.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-23
|
273 b
|
16 lines
|
[
TEXT/KAHL
]
/* CRC32.h */
#ifndef Included_CRC32_h
#define Included_CRC32_h
/* CRC32 module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* calculate a CRC-32 on a block of data */
unsigned long CalculateCRC32(char* Buffer, long NumBytes);
#endif